Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.notification.listener--listener

This contribution is part of XML component org.nuxeo.ecm.platform.notification.listener inside nuxeo-platform-notification-core-9.10.jar /OSGI-INF/notification-listener-contrib.xml

Documentation

Copy relations from the source document to the newly published proxy.

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.platform.ec.notification.ProxySubscriptionPropagationListener" name="proxySubscriptionPropagationListener" postCommit="false" priority="-20">
          <event>documentProxyPublished</event>
        </listener>
  • <listener async="true" class="org.nuxeo.ecm.platform.ec.notification.NotificationEventListener" name="notificationListener" postCommit="true" priority="120">
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">

    <documentation>
      Copy relations from the source document to the newly published proxy.
    </documentation>

    <listener async="false" class="org.nuxeo.ecm.platform.ec.notification.ProxySubscriptionPropagationListener" name="proxySubscriptionPropagationListener" postCommit="false" priority="-20">
      <event>documentProxyPublished</event>
    </listener>

    <documentation>
     Then the notifications to subscribed users.
    </documentation>

    <listener async="true" class="org.nuxeo.ecm.platform.ec.notification.NotificationEventListener" name="notificationListener" postCommit="true" priority="120">
    </listener>

  </extension>